Skip to content

feat: add GitHub remote MCP server and merge enterprise into local - #9

Merged
its-mash merged 5 commits into
mainfrom
claude/add-github-mcp-nYwV7
Feb 18, 2026
Merged

feat: add GitHub remote MCP server and merge enterprise into local#9
its-mash merged 5 commits into
mainfrom
claude/add-github-mcp-nYwV7

Conversation

@its-mash

Copy link
Copy Markdown
Member
  • com.github-mcp: Merge local + enterprise into one definition with optional GITHUB_HOST input (leave empty for GitHub.com, set for GHES/ghe.com)
  • com.github-mcp-http: Add remote HTTP server at api.githubcopilot.com/mcp/ with OAuth (note: DCR not supported, requires pre-registered OAuth app)

https://claude.ai/code/session_013AxurW8hPAfnUNvik354Xx

New Server Definition

Server Name:
Server ID:
Transport: stdio / http
Repository:

Checklist

  • JSON file placed in servers/ directory
  • File name matches server ID (e.g., com.example.server.json)
  • Schema validates (npm run validate servers/your-file.json)
  • No ID/alias conflicts (npm run check-conflicts)
  • Required fields: id, name, transport
  • Description provided
  • At least one category assigned
  • Publisher information included
  • Repository link provided

- com.github-mcp: Merge local + enterprise into one definition with
  optional GITHUB_HOST input (leave empty for GitHub.com, set for GHES/ghe.com)
- com.github-mcp-http: Add remote HTTP server at api.githubcopilot.com/mcp/
  with OAuth (note: DCR not supported, requires pre-registered OAuth app)

https://claude.ai/code/session_013AxurW8hPAfnUNvik354Xx
GitHub's remote MCP endpoint supports both OAuth and PAT bearer token
authentication. Added optional GITHUB_TOKEN input for hosts that don't
have pre-registered GitHub OAuth Apps.

https://claude.ai/code/session_013AxurW8hPAfnUNvik354Xx
Schema change:
- Added optional 'headers' field to HTTP transport with ${input:ID} placeholder support

GitHub remote definition:
- Added Authorization header: "Bearer ${input:GITHUB_TOKEN}"
- Changed auth type from oauth to api_key (PAT-only, no DCR/OAuth)
- Made GITHUB_TOKEN required
- Platform does not use DCR or pre-registered OAuth clients

https://claude.ai/code/session_013AxurW8hPAfnUNvik354Xx
…match

- Add `default` property to input schema
- Add default value "https://api.github.com" to GITHUB_HOST input
- Fix input ID mismatch: GITHUB_TOKEN → GITHUB_PERSONAL_ACCESS_TOKEN to match env var

https://claude.ai/code/session_013AxurW8hPAfnUNvik354Xx
…-nYwV7

# Conflicts:
#	schemas/server-definition.schema.json
@its-mash
its-mash merged commit 7a6f00d into main Feb 18, 2026
1 check passed
@its-mash
its-mash deleted the claude/add-github-mcp-nYwV7 branch February 18, 2026 11:40
its-mash added a commit that referenced this pull request Feb 18, 2026
Reverting merges that were done without review approval.
Servers will be re-added through proper review process.

Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
its-mash added a commit that referenced this pull request Feb 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants